home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / raidmk11.zip / TESTCASE.RDM < prev   
Text File  |  1993-01-18  |  1KB  |  28 lines

  1. # This file determines what kind of tests will be done.
  2. # Comments start with a '#' in the first position of a line
  3. # The records can have up to 10 entries. Records are separated by
  4. # a percentage sign in the first position of a line. Optionally, a 
  5. # test name can follow on the same line after the percentage sign.
  6. # The second line determines whether the test should be a
  7. # multi-threaded (M) or single-threaded (S) operation. In MS-DOS all
  8. # tests are single-threaded.
  9.  
  10. # Duty_cycle        access_type        sequence_wtg    record_size
  11. # sum = 100%        R / W / U        0 - 100            Size in bytes
  12.  
  13. # This test is a test of sequential writes, for half and half
  14. # 512 bytes and 8 k records
  15. %Single-threaded sequential writes of 512 and 8192 bytes
  16. S
  17. 50 w 100  512
  18. 50 w 100 8192
  19.  
  20. # This is a multi-threaded test, which does a few 64 k random writes (10%) and
  21. # some 4 k random reads (30). Also, a lot of 64 byte writes (60), 20% of which
  22. # are sequential. 
  23. %Multi threaded test
  24. M
  25. 10 w 0  65536
  26. 30 r 0   4096
  27. 60 w 20    64
  28.